No longer needed.
declarations-valid-17.ref.css \
declarations-valid-18.css \
declarations-valid-18.ref.css \
- declarations-valid-19.css \
- declarations-valid-19.ref.css \
- declarations-valid-20.css \
- declarations-valid-20.ref.css \
- declarations-valid-21.css \
- declarations-valid-21.ref.css \
declarations-valid-22.css \
declarations-valid-22.ref.css \
declarations-valid-23.css \
+++ /dev/null
-* { background-image: -gtk-gradient (linear,
- left top, right top,
- from (#fff), to (#000)) }
+++ /dev/null
-* {
- background-image: -gtk-gradient (linear, left top, right top, from (rgb(255,255,255)), to (rgb(0,0,0)));
-}
+++ /dev/null
-* { background-image: -gtk-gradient (linear,
- 0.0 0.5, 0.5 1.0,
- from (#fff),
- color-stop (0.5, #f00),
- to (#000)) }
+++ /dev/null
-* {
- background-image: -gtk-gradient (linear, left center, center bottom, from (rgb(255,255,255)), color-stop (0.5, rgb(255,0,0)), to (rgb(0,0,0)));
-}
+++ /dev/null
-* { background-image: -gtk-gradient (radial,
- center center, 0.25,
- center center, 0.75,
- color-stop (0.0,#fff),
- color-stop (1.0,#000))}
-
+++ /dev/null
-* {
- background-image: -gtk-gradient (radial, center center, 0.25, center center, 0.75, from (rgb(255,255,255)), to (rgb(0,0,0)));
-}